This is it.. Finally, the Program

 Below is the source code for the RQ Icon Editor. The specs for the Icon are
 given in the project task file. This program performs those tasks.
 Select All in the Text Area, Copy the code and paste it into a dot bas file.
 Compile it and run it. Either use the canned RQ "NEW" data already in the 
 Data statements or load an already existing 766 byte icon and execute. There 
 are some icons for downloading in the previous tutorial that meet specs.
 
Copy and past this into a txt file and give it the dot bas extension.

Softalk

 On the surface, this seems to be quite a long program. However, when taken 
 section at a time, it isn't really all that large. It would be much smaller
 had I not included a lot of blocking and documentation.

 Subsequent examples will go into each part of the program with explainations.
 I have deliberately used some pretty exotic algorighms rather than some of the
 more advanced $Includes that are available with further downloading from sources
 on the web. An excellent source would be the Yahoo group called RapidQ. Updates
 are available in the Files section of the group that may easily be added to your
 RapidQ folder. As you use RapidQ, you will certainly want to get these updates.
 There are a myriad of programs available from the group as well.

 In any case, this source file for this program does not exceed the resources that
 you already have in your current RapidQ folder.